home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: in2.uu.net!world!subtle
- From: subtle@world.std.com (Subtle Software)
- Subject: Re: Borland C++ And SQL Server
- Message-ID: <DoLLp5.ADG@world.std.com>
- Summary: Accessing SQL Server from C++
- Keywords: Object, C++, RDBMS, Borland, SQL Server
- Organization: The World Public Access UNIX, Brookline, MA
- References: <314DDAC4.15E0@vnet.net>
- Date: Thu, 21 Mar 1996 03:29:29 GMT
-
- In article <314DDAC4.15E0@vnet.net>, Prodigm <prodigm@vnet.net> wrote:
- >I am developing using Borland C++ 4.52 and need to access SQL Server.
- >I had intended to use embedded SQL to do this but was
- >unpleasantly surprised to find that Microsoft's SQL Server only supports
- >Visual C++ for both embedded SQL and the C Library access. I have been
- >hoping to avoid resorting to ODBC or IDAPI. Does anyone know of any
- >other options???
- >
-
- Another option would be to use a C++ database connectivity tool such
- as Subtleware for C++ from Subtle Software. Subtleware products
- include a C++ database class library that provides a C++ interface
- to relational databases and encapsulates relational database constructs
- such as result sets, records, and columns as objects. The Subtleware
- database class library works with Borland C++ and provides connectivity
- to all ODBC compliant datasources (including SQL Server).
-
- In addition, Subtleware products include an interactive C++ Class Generator
- (CGEN) that builds C++ classes from selected database schema. The
- generated C++ classes provide a database API that is completely implemented
- to read and write records to an underlying database. CGEN runs on all
- Windows platforms, supports Borland C++, and works with all ODBC compliant
- data sources (including SQL Server).
-
- For more detailed information on these products and other Subtleware
- products, check out the Subtle home page at:
-
- http://world.std.com/~subtle/info.html
-
- or send email to:
-
- info@subtle.com
-
- There is also a free trial version of CGEN and the Subtleware
- database class library available through the Subtle home page.
-
- - Ted Kyriakakis
-
-
- --
- -------------------------------------------------------
- Subtle Software, Inc. Phone: (508) 663-5584
- 1 Albion Road Fax: (508) 663-5685
- Billerica, MA 01821 email: info@subtle.com
-